testing.B.previousDuration (field)
4 uses
testing (current package)
benchmark.go#L100: previousDuration time.Duration // total duration of the previous run
benchmark.go#L196: b.previousDuration = b.duration
benchmark.go#L764: if b.previousN > 0 && b.previousDuration > 0 {
benchmark.go#L765: grain = 1e5 * uint64(b.previousN) / uint64(b.previousDuration)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)